home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-01-07 | 395 b | 23 lines | [TEXT/PJMM] |
- UNIT MultiSkelGlobs;
-
- { contains constant declarations }
- INTERFACE
-
- { Resource Numbers }
-
- CONST
- aboutAlrt = 1000;
- getInfoDlog = 1001;
- fileMenuRes = 1001;
- editMenuRes = 1002;
- helpWindRes = 1000;
- editWindRes = 1001;
- zoomWindRes = 1002;
- rgnWindRes = 1003;
- helpTextRes = 1000;
-
- VAR
- editMenu : MenuHandle;
- helpWind, editWind, zoomWind, rgnWind : WindowPtr;
- IMPLEMENTATION
- END.